home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / RCS / inet.h,v < prev    next >
Encoding:
Text File  |  1989-06-23  |  1.9 KB  |  103 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.3
  10. date     89.06.23.11.30.20;  author rab;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.06.21.13.09.43;  author ouster;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.06.21.13.04.47;  author ouster;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @*** empty log message ***
  32. @
  33. text
  34. @/*
  35.  * inet.h --
  36.  *
  37.  *    This file defines constants for the Internet Protocols server (inet).
  38.  *
  39.  * Copyright 1987, 1988 Regents of the University of California
  40.  * Permission to use, copy, modify, and distribute this
  41.  * software and its documentation for any purpose and without
  42.  * fee is hereby granted, provided that the above copyright
  43.  * notice appear in all copies.  The University of California
  44.  * makes no representations about the suitability of this
  45.  * software for any purpose.  It is provided "as is" without
  46.  * express or implied warranty.
  47.  *
  48.  * $Header: /sprite/src/lib/include/RCS/inet.h,v 1.2 88/06/21 13:09:43 ouster Exp Locker: rab $ SPRITE (Berkeley)
  49.  */
  50.  
  51. #ifndef _INET
  52. #define _INET
  53.  
  54. /*
  55.  * Names of the various socket devices. The %s should be filled in with
  56.  * host name.
  57.  */
  58.  
  59. #define INET_STREAM_NAME_FORMAT    "/hosts/%s/netTCP"
  60. #define INET_DGRAM_NAME_FORMAT    "/hosts/%s/netUDP"
  61. #define INET_RAW_NAME_FORMAT    "/hosts/%s/netIP"
  62.  
  63.  
  64. /*
  65.  * Port numbers below INET_PRIV_PORTS are reserved to processes with super-user
  66.  * privileges. Port numbers above INET_SERVER_PORTS are reserved for servers.
  67.  */
  68.  
  69. #define INET_PRIV_PORTS        1024
  70. #define INET_SERVER_PORTS    5000
  71.  
  72. #endif /* _INET */
  73. @
  74.  
  75.  
  76. 1.2
  77. log
  78. @*** empty log message ***
  79. @
  80. text
  81. @d15 1
  82. a15 1
  83.  * $Header: inet.h,v 1.1 88/06/21 13:04:47 ouster Exp $ SPRITE (Berkeley)
  84. d39 1
  85. a39 1
  86. #endif _INET
  87. @
  88.  
  89.  
  90. 1.1
  91. log
  92. @Initial revision
  93. @
  94. text
  95. @d6 8
  96. a13 2
  97.  * Copyright 1987 Regents of the University of California
  98.  * All rights reserved.
  99. d15 1
  100. a15 1
  101.  * $Header: inet.h,v 2.0 87/08/11 09:32:14 brent Exp $ SPRITE (Berkeley)
  102. @
  103.